home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / lue.arc / LUE.DOC < prev   
Encoding:
Text File  |  1985-03-23  |  3.0 KB  |  111 lines

  1.  
  2.  
  3. LUE Command
  4. -----------
  5.  
  6. Purpose:   Extract one or more files (members) from an LU or LAR type library.
  7.  
  8. Format:    LUE  [d:][path]filename[.LBR] [mbrnames[.ext]]
  9.  
  10. Remarks:   The library name must be supplied. It may contain a drive
  11.            and/or path names, and may contain wildcards. Only the first
  12.            matching library file is processed.
  13.  
  14.            If the member name is omitted, all files are extracted. There
  15.            may be as many member file names specified as will fit in a
  16.            128-byte command line.
  17.  
  18.            Wildcards may be used in the member names.
  19.  
  20.            The output file names are taken from the member names.
  21.  
  22.            The date and time of the output file(s) are set to the same
  23.            date and time as the input library file, unless they are
  24.            stored in the directory entry.
  25.  
  26.            Directory entry format:
  27.                 0 - status flag
  28.                 1 - filename in FCB format
  29.                12 - offset to data
  30.                14 - length of data, 128-byte sectors
  31.                16 - creation date, MM-DD-YY
  32.                24 - creation time, HH:MM:SS
  33.  
  34. Examples:
  35.            - Extract all members from file TEST.LBR
  36.  
  37.                 LUE B:TEST.LBR
  38.  
  39.            - Extract all COM files from file PGM.LBR
  40.  
  41.                 LUE PGM.LBR *.COM
  42.  
  43.            - Extract member PROG.BAK from file SOURCE.LBR
  44.  
  45.                 LUE C:\STUFF\SOURCE.LBR PROG.BAK
  46.  
  47.            - Extract all COM files from file TEST.LBR
  48.  
  49.                 LUE B:\BACKUP.DSK\TEST *.COM
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72. Notes:     Written for the IBM PC using DOS 2.0 or later,
  73.            Copyright 1985 by Vernon Buerg. For public domain use.
  74.  
  75.            LUE duplicates the A and E function of LU. The advantages
  76.            of LUE are:
  77.  
  78.            - smaller, so a copy can be kept on the "system" disk
  79.            - faster, mucho
  80.            - handles paths and wildcards.
  81.            - retains input file or member date/time
  82.  
  83.            Version 1.6, June 26, 1984
  84.            Version 1.7, August 8, 1984.
  85.                 Corrects problem extracting large files.
  86.                 Checks for new CRC codes in directory.
  87.            Version 1.8, September 25, 1984
  88.                 Extracts members from LU86 format libraries.
  89.            Version 1.9, February 8, 1985
  90.                 Assumes a library file extension of LBR.
  91.                 Allows wildcards in the library file name.
  92.                 Allows multiple member files to be selected.
  93.  
  94.  
  95.  
  96.  
  97. ust 8, 1984.
  98.                 Corrects problem extracting large files.
  99.                 Checks for new CRC codes in directory.
  100.            Version 1.8, September 25, 1984
  101.                 Extracts members from LU86 format libraries.
  102.            Version 1.9, February 8, 1985
  103.                 Assumes a library file extension of LBR.
  104.                 Allows wildcards in the library file name.
  105.                 Allows multiple member files to be selected.
  106.  
  107.  
  108.  
  109.